SftTabs/NET 6.0

MouseHover Event, SftTabs Class

Softel vdm, Inc.

Occurs when the mouse pointer rests on the control.

Syntax      SftTabs Class (Softelvdm.SftTabsNET)

VB   

Public Event MouseHover As EventHandler

C#   

public event EventHandler MouseHover;

C++   

public: event EventHandler MouseHover;

Event Data

The MouseHover event handler receives an argument of type EventArgs containing data related to this event.

Comments

The MouseHover event occurs when the mouse pointer rests on the control.

The pause required before this event is raised is defined by the SystemInformation.MouseHoverTime property.

The control's MouseMoveHoverTimer is similar to this event. While the MouseHover occurs only once until the mouse pointer leaves the control, the MouseMoveHoverTimer event occurs repeatedly until the mouse pointer leaves the control. The interval between MouseMoveHoverTimer events is defined using the MouseHoverInterval property.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com